home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / diag / yas2c.zip / YAS2C.TXT < prev   
Text File  |  1994-03-30  |  2KB  |  58 lines

  1. How easy can programming in SAS C or C++ be using CED?  Too easy, if you use
  2. theese five files!  I have CED 3.0, so I am not sure what the minimal version
  3. of CED you need to use these scripts.  You also need SAS/C version 6.00+.
  4.  
  5. There should be 6 files included in this archive:
  6.  
  7. YAS2C.txt        - This text file
  8. Rexx/Compile.ced    - ARexx script to compile current file
  9. Rexx/Make.ced        - ARexx script to make current file's directory
  10. Rexx/NextError.ced    - ARexx script to step through all the errors
  11. S/Compile.ced        - AmigaDOS script to use sc with ARexx
  12. S/Make.ced        - AmigaDOS script to use smake with ARexx
  13.  
  14. To compile, load a file to compile or clear a fold to start fresh.  When
  15. you feel you want to test your program against gramatical errors, press the
  16. fkey assigned to "Compile".  This will compile the file in the current
  17. view, report the first error, if any, and will bring you to the specific
  18. file and line that the error occured in.  A prompt will pop up with the
  19. kind of error it was and the error message.  Fix the error (or as much as
  20. you can) and press the fkey assigned to "NextError".  If modified, this
  21. will save the file and also close it if it was not originally open.  This
  22. is continued untill the prompt "No more errors found" is reached.  Now
  23. compile the file again with the fkey assigned to "Compile", and continue
  24. the process if more errors occur.
  25.  
  26. To make, load a file contained in the directory you with to use smake.  The
  27. rest of the process is the same as compiling.
  28.  
  29. To install these scripts:
  30.  
  31.     1)    Copy everything in "YAS2C/Rexx" to your ARexx directory
  32.  
  33.     2)    Copy everything in "YAS2C/S" to your S: directory.
  34.  
  35.     3)    Your SASOPTIONS files need the string ERRORREXX and
  36.         ENVARC:SC/SCMSG should contain REXXONLY and HIDDEN if you do not
  37.         want to see the list of errors.
  38.  
  39.     4)    Select    Special
  40.             Dos/ARexx interface
  41.             Install Dos/ARexx command...
  42.  
  43.         from CED.  Enter the function key number you want to assign to
  44.         compile in the first prompt.  Enter "Compile" in the second.
  45.  
  46.         Enter the function key number you want to assign to step through
  47.         errors in the first prompt.  Enter "NextError" in the second.
  48.  
  49.     5)    If you wish to save these commands, select
  50.         "Save Dos/ARexx commands..." in the same menu, and save the file
  51.         as "RexxCommands" in your ARexx directory.
  52.  
  53. Note: This archive is placed into the public domain, and the author is
  54. not liable for any faults created by using these scripts.
  55.  
  56.                         Mike
  57.                         cman@netcom.com
  58.